home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Windows & Frames / channel-mode-window-opener.izs < prev    next >
Text File  |  2005-07-29  |  1KB  |  47 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Channel mode window Opener
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>Opens up a window in channel mode (with the IE channel strip appearing on the left). Requires IE 4.x, although all other browsers will still open a window.
  7. <!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>windows, remotes, frames<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13. <!-- Directions: Insert the below into the <body> section of your page. Change the target url to your own. -->
  14. <script>
  15. <!--
  16. function channel(){
  17. window.open("../index.html","","channelmode,scrollbars")
  18. }
  19. //-->
  20. </script>
  21. <form>
  22. <input type="button" onClick="channel()" value="Open window">
  23. </form>
  24.  
  25.  
  26. <!-- END OF SCRIPT -->
  27. <!/SCRIPT>
  28.  
  29. <!PREVIEW>
  30. <!-- START OF SCRIPT -->
  31. <!-- Directions: Insert the below into the <body> section of your page. Change the target url to your own. -->
  32. <script>
  33. <!--
  34. function channel(){
  35. window.open("../index.html","","channelmode,scrollbars")
  36. }
  37. //-->
  38. </script>
  39. <form>
  40. <input type="button" onClick="channel()" value="Open window">
  41. </form>
  42.  
  43.  
  44. <!-- END OF SCRIPT -->
  45. <!/PREVIEW>
  46.  
  47. <!RELATED>NONE<!/RELATED>